Class Simset is a package for list handling. The lists are doubly linked with a head. In order to use Simset, you must prefix your class or block with Simset, e.g. Simset begin ... The class "head" describes the head in the list (for all practical purposes, the list itself), the class "link" describes the elements of the list.